home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 41 / Issue 41.iso / pc / PCSoftware / Netscape 6 Official Release / nim.xpi / bin / chrome / aim.jar / content / aim / IMSidebar.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-19  |  769 b   |  23 lines

  1. <?xml version="1.0"?> 
  2.  
  3. <!DOCTYPE RDF SYSTEM "chrome://aim/locale/IMSidebar-rdf.dtd" >
  4. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  5.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  6.  
  7.   <RDF:Seq about="NC:IMSidebarRoot">
  8.      <RDF:li>
  9.        <RDF:Description ID="buddies">
  10.          <NC:title>&sidebar.buddies.label;</NC:title>
  11.          <NC:content>chrome://aim/content/SidebarPanel.xul</NC:content>
  12.          <NC:height>26em</NC:height>
  13.        </RDF:Description>
  14.      </RDF:li>
  15.     <RDF:li>
  16.        <RDF:Description ID="flash">
  17.          <NC:title>&sidebar.flash.label;</NC:title>
  18.          <NC:content>chrome://communicator/content/sidebar/flash.xul</NC:content>
  19.        </RDF:Description>
  20.     </RDF:li>
  21.   </RDF:Seq>
  22. </RDF:RDF>
  23.